home *** CD-ROM | disk | FTP | other *** search
- global oldText
-
- on mouseEnter
- puppetSound(3, "over")
- set the foreColor of member "exit 360" to 0
- end
-
- on mouseLeave
- set the foreColor of member "exit 360" to 215
- end
-
- on mouseUp
- puppetSound(2, "click")
- sprite(26).visible = 0
- set the foreColor of member "exit 360" to 215
- member("blurb").text = "Click on colored circles above to view a selection of our unique collections."
- oldText = member("blurb").text
- go("gallery")
- end
-